chore: Sync Plugin Info#321
Closed
github-actions[bot] wants to merge 24 commits into
Closed
Conversation
- Created tsconfig.json for TypeScript compiler options and project structure. - Added tsconfig.node.json for Node-specific TypeScript settings. - Implemented vite.config.ts to configure Vite with React, YAML support, and CSS handling. - Included plugins for type definitions and CSS scoping in the build process.
…d Chinese translations - Created English (en_US.yaml) and Chinese (zh_CN.yaml) translation files for the Stacks Editor plugin. - Implemented translation handling in the new translation.go file. - Updated index.ts to include i18n configuration and component integration. - Added info.yaml to define plugin metadata including slug name, type, and version.
…pdate imports to single quotes
…ontent retrieval logic
…or instance reference
…sions and hide specific menu buttons
This information is currently undocumented an can only be found in #97. Adding a note to the plugin README should help others getting started if they are using DigitalOcean as storage backend.
- Implemented the in-memory vector search functionality in the new `vector-search-memory` plugin. - Added English and Chinese localization files for plugin configuration and descriptions. - Created a comprehensive configuration structure for embedding API integration, including API host, key, model, level, and similarity threshold. - Developed core functionalities for document management, including adding, updating, deleting, and searching documents based on cosine similarity. - Introduced synchronization capabilities to bulk index questions and answers from the registered syncer. - Embedded necessary metadata and logging for better traceability and debugging.
github-actions
Bot
force-pushed
the
chore/sync-info
branch
from
July 21, 2026 03:02
a435f64 to
2227248
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sync Plugin Info